add news item for git-annex 10.20250115
authorJoey Hess <joeyh@joeyh.name>
Wed, 15 Jan 2025 16:38:35 +0000 (12:38 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 15 Jan 2025 16:38:35 +0000 (12:38 -0400)
doc/news/version_10.20240831.mdwn [deleted file]
doc/news/version_10.20250115.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20240831.mdwn b/doc/news/version_10.20240831.mdwn
deleted file mode 100644 (file)
index 39b752e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-git-annex 10.20240831 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * Special remotes configured with exporttree=yes annexobjects=yes
-    can store objects in .git/annex/objects, as well as an exported tree.
-  * Support proxying to special remotes configured with
-    exporttree=yes annexobjects=yes, and allow such remotes to be used as
-    cluster nodes.
-  * post-retrieve: When proxying is enabled for an exporttree=yes
-    special remote (or it is a cluster node) and the configured
-    remote.name.annex-tracking-branch is received, the tree is
-    exported to the special remote.
-  * Support "balanced=", "fullybalanced=", "sizebalanced=" and
-    "fullysizebalanced=" in preferred content expressions.
-  * Added --rebalance option.
-  * Added the annex.fullybalancedthreshhold git config.
-  * maxsize: New command to tell git-annex how large the expected maximum
-    size of a repository is, and to display repository sizes.
-  * vicfg: Include maxsize configuration.
-  * info: Improved speed by using new repository size tracking.
-  * lookupkey: Allow using --ref in a bare repository.
-  * export: Added --from option.
-  * git-remote-annex: Store objects in exportree=yes special remotes
-    in the same paths used by annexobjects=yes. This is a backwards
-    compatible change.
-  * updateproxy, updatecluster: Prevent using an exporttree=yes special
-    remote that does not have annexobjects=yes, since it will not work.
-  * The config versioning=true is now reserved for use by versioned special
-    remotes. External special remotes should not use that config for their
-    own purposes."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20250115.mdwn b/doc/news/version_10.20250115.mdwn
new file mode 100644 (file)
index 0000000..c6b56c4
--- /dev/null
@@ -0,0 +1,26 @@
+git-annex 10.20250115 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * Improve handing of ssh connection problems during
+    remote annex.uuid discovery.
+  * log: Support --key, as well as --branch and --unused.
+  * Avoid verification error when addurl --verifiable is used
+    with an url claimed by a special remote other than the web.
+  * Fix installation on Android.
+  * Allow enableremote of an existing webdav special remote that has
+    read-only access.
+  * git-remote-annex: Use enableremote rather than initremote.
+  * Windows: Fix permission denied error when dropping files that
+    have the readonly attribute set.
+  * Added freezecontent-annex and thawcontent-annex hooks that
+    correspond to the git configs annex.freezecontent and
+    annex.thawcontent.
+  * Added secure-erase-annex hook that corresponds to the git config
+    annex.secure-erase-command.
+  * Added commitmessage-annex hook that corresponds to the git config
+    annex.commitmessage-command.
+  * Added http-headers-annex hook that corresponds to the git config
+    annex.http-headers-command.
+  * Added git configs annex.post-update-command and annex.pre-commit-command
+    that correspond to the post-update-annex and pre-commit-annex hooks.
+  * Added annex.pre-init-command git config and pre-init-annex hook
+    that is run before git-annex repository initialization.
+  * Linux standalone builds' bundled rsync updated to fix security holes."""]]
\ No newline at end of file